Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include test for mapbox-gl module #3043

Merged
merged 2 commits into from
Aug 22, 2016
Merged

Include test for mapbox-gl module #3043

merged 2 commits into from
Aug 22, 2016

Conversation

anandthakker
Copy link
Contributor

test/js/mapbox-gl.js is currently not being run by npm test, because it is targeting test/js/*/*.js. This change adds that test file explicitly, and fixes a require path.

Note that the nature of this change is such that it will cause coveralls to report a test coverage regression.

  • get a PR review 👍 / 👎

This test was not being run by `tap test/js/*/*.js ...`
@lucaswoj
Copy link
Contributor

Good catch! It looks like test/js/ui/control/attribution.test.js isn't being run either. Pushing another commit to leverage tap's built recursive directory walking so that we can hit both test/js/mapbox-gl.js and test/js/ui/control/attribution.test.js.

Back to @anandthakker for 👍 and 🚢

@anandthakker
Copy link
Contributor Author

👍 LGTM, merging!

@anandthakker anandthakker merged commit 67bf43b into master Aug 22, 2016
@anandthakker anandthakker deleted the fix-test-path branch August 22, 2016 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants